JavaScript

tbiObj.showTabbedUIMenuPanel Method

Syntax

tbiObj.showTabbedUIMenuPanel([showAnimation]);

Arguments

showAnimationboolean

Default = true. If true, TabbedUI menu panel is animated into view. If false, no animation is used.

Description

Displays the Tabbed UI Buttons pane.

Discussion

The tbiObj.showTabbedUIMenuPanel() method displays the Buttons pane. This method is typically used with Integrated Login to display the buttons pane in the afterLogin event when the user has successfully logged in.

tbiObj.showTabbedUIMenuPanel();